GetGuidParameter 方法
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Friend Function GetGuidParameter ( _
buffer As StringBuilder, _
so As ScriptingOptions, _
propName As String, _
sqlPropScript As String, _
ByRef count As Integer _
) As Boolean
'用途
Dim buffer As StringBuilder
Dim so As ScriptingOptions
Dim propName As String
Dim sqlPropScript As String
Dim count As Integer
Dim returnValue As Boolean
returnValue = Me.GetGuidParameter(buffer, _
so, propName, sqlPropScript, count)
protected internal bool GetGuidParameter(
StringBuilder buffer,
ScriptingOptions so,
string propName,
string sqlPropScript,
ref int count
)
protected public:
bool GetGuidParameter(
StringBuilder^ buffer,
ScriptingOptions^ so,
String^ propName,
String^ sqlPropScript,
int% count
)
member GetGuidParameter :
buffer:StringBuilder *
so:ScriptingOptions *
propName:string *
sqlPropScript:string *
count:int byref -> bool
function GetGuidParameter(
buffer : StringBuilder,
so : ScriptingOptions,
propName : String,
sqlPropScript : String,
count : int
) : boolean
參數
- buffer
型別:System.Text. . :: . .StringBuilder
- propName
型別:System. . :: . .String
- sqlPropScript
型別:System. . :: . .String
- count
型別:System. . :: . .Int32%