SqlSmoObject.GetEnumParameter Method
SQL Server 2008 R2
Assigns an enumeration property of the SqlSmoObject.
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
A StringBuilder object buffer.
- so
- Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object.
- propName
- Type: System.String
A string value that specifies the property name.
- sqlPropScript
- Type: System.String
A string value that specifies the script.
- enumtype
- Type: System.Type
A Type that specifies the enumeration type.
- count
- Type: System.Int32%
A pointer to Int32 that specifies the count.
