Partager via


Propriété SetVariableStatement.SeparatorType

Gets or sets the separator.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property SeparatorType As SeparatorType 
    Get 
    Set
'Utilisation
Dim instance As SetVariableStatement 
Dim value As SeparatorType 

value = instance.SeparatorType

instance.SeparatorType = value
public SeparatorType SeparatorType { get; set; }
public:
property SeparatorType SeparatorType {
    SeparatorType get ();
    void set (SeparatorType value);
}
member SeparatorType : SeparatorType with get, set
function get SeparatorType () : SeparatorType 
function set SeparatorType (value : SeparatorType)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.SeparatorType
The separator type.

Voir aussi

Référence

SetVariableStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom