Méthode GetStringParameter (StringBuilder, ScriptingOptions, String, String, Int32, Boolean)
Affecte un paramètre de chaîne de l'objet SqlSmoObject.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
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
'Utilisation
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
Paramètres
- buffer
Type : System.Text. . :: . .StringBuilder
Mémoire tampon d'objet StringBuilder
- propName
Type : System. . :: . .String
Valeur de chaîne qui spécifie le nom de la propriété.
- sqlPropScript
Type : System. . :: . .String
Valeur de chaîne qui spécifie le script.
- count
Type : System. . :: . .Int32%
Pointeur vers Int32 qui spécifie le nombre.
- throwIfNotSet
Type : System. . :: . .Boolean
Valeur booléenne qui indique si une exception doit être levée si le paramètre n'est pas défini.
Valeur de retour
Type : System. . :: . .Boolean
Valeur booléenne, True si la méthode réussit, False dans le cas contraire.