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%