Partager via


SetVariableStatement.SeparatorType, propriété

Obtient ou définit le type de séparateur.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property SeparatorType As SeparatorType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.SeparatorType
Retourne une valeur d'énumération SeparatorType.

Sécurité .NET Framework

Voir aussi

Référence

SetVariableStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms