Compartilhar via


Método GetStringParameter (StringBuilder, ScriptingOptions, String, String, Int32, Boolean)

Atribui um parâmetro de cadeia de caracteres do objeto SqlSmoObject.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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
'Uso
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

Parâmetros

  • propName
    Tipo: System. . :: . .String
    Um valor de cadeia de caracteres que especifica o nome da propriedade.
  • throwIfNotSet
    Tipo: System. . :: . .Boolean
    Um valor booliano que indica se uma exceção deverá ser gerada se o parâmetro não for definido.

Valor de retorno

Tipo: System. . :: . .Boolean
Um valor booliano, true se o método for bem-sucedido, caso contrário, false.