SqlSmoObject.GetEnumParameter Method
SQL Server 2008
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected internal void GetEnumParameter( StringBuilder buffer, ScriptingOptions so, string propName, string sqlPropScript, Type enumtype, ref int count )
Parameters
- buffer
- Type: System.Text.StringBuilder
- propName
- Type: System.String
- sqlPropScript
- Type: System.String
- enumtype
- Type: System.Type
- count
- Type: System.Int32%