Metodo GetStringParameter (StringBuilder, ScriptingOptions, String, String, Int32, Boolean)
Assegna un parametro stringa dell'oggetto SqlSmoObject.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Friend Function GetStringParameter ( _
buffer As StringBuilder, _
so As ScriptingOptions, _
propName As String, _
sqlPropScript As String, _
ByRef count As Integer, _
throwIfNotSet As Boolean _
) As Boolean
'Utilizzo
Dim buffer As StringBuilder
Dim so As ScriptingOptions
Dim propName As String
Dim sqlPropScript As String
Dim count As Integer
Dim throwIfNotSet As Boolean
Dim returnValue As Boolean
returnValue = Me.GetStringParameter(buffer, _
so, propName, sqlPropScript, count, _
throwIfNotSet)
protected internal bool GetStringParameter(
StringBuilder buffer,
ScriptingOptions so,
string propName,
string sqlPropScript,
ref int count,
bool throwIfNotSet
)
protected public:
bool GetStringParameter(
StringBuilder^ buffer,
ScriptingOptions^ so,
String^ propName,
String^ sqlPropScript,
int% count,
bool throwIfNotSet
)
member GetStringParameter :
buffer:StringBuilder *
so:ScriptingOptions *
propName:string *
sqlPropScript:string *
count:int byref *
throwIfNotSet:bool -> bool
function GetStringParameter(
buffer : StringBuilder,
so : ScriptingOptions,
propName : String,
sqlPropScript : String,
count : int,
throwIfNotSet : boolean
) : boolean
Parametri
- buffer
Tipo: System.Text. . :: . .StringBuilder
Buffer dell'oggetto StringBuilder.
- so
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions
Oggetto ScriptingOptions.
- propName
Tipo: System. . :: . .String
Valore stringa che specifica il nome della proprietà.
- sqlPropScript
Tipo: System. . :: . .String
Valore stringa che specifica lo script.
- count
Tipo: System. . :: . .Int32%
Puntatore all'oggetto Int32 che specifica il conteggio.
- throwIfNotSet
Tipo: System. . :: . .Boolean
Valore booleano che indica se generare un'eccezione se il parametro non è stato impostato.
Valore restituito
Tipo: System. . :: . .Boolean
Valore booleano, true se il metodo ha esito positivo. In caso contrario, false.
Vedere anche