GetEnumParameter 方法
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Friend Sub GetEnumParameter ( _
buffer As StringBuilder, _
so As ScriptingOptions, _
propName As String, _
sqlPropScript As String, _
enumtype As Type, _
ByRef count As Integer _
)
用法
Dim buffer As StringBuilder
Dim so As ScriptingOptions
Dim propName As String
Dim sqlPropScript As String
Dim enumtype As Type
Dim count As Integer
Me.GetEnumParameter(buffer, so, propName, _
sqlPropScript, enumtype, count)
protected internal void GetEnumParameter(
StringBuilder buffer,
ScriptingOptions so,
string propName,
string sqlPropScript,
Type enumtype,
ref int count
)
protected public:
void GetEnumParameter(
StringBuilder^ buffer,
ScriptingOptions^ so,
String^ propName,
String^ sqlPropScript,
Type^ enumtype,
int% count
)
member GetEnumParameter :
buffer:StringBuilder *
so:ScriptingOptions *
propName:string *
sqlPropScript:string *
enumtype:Type *
count:int byref -> unit
function GetEnumParameter(
buffer : StringBuilder,
so : ScriptingOptions,
propName : String,
sqlPropScript : String,
enumtype : Type,
count : int
)
参数
- buffer
类型:System.Text. . :: . .StringBuilder
- propName
类型:System. . :: . .String
- sqlPropScript
类型:System. . :: . .String
- enumtype
类型:System. . :: . .Type
- count
类型:System. . :: . .Int32%