Compartir a través de


SetVariableStatement.SeparatorType Propiedad

Gets or sets the separator.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property SeparatorType As SeparatorType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

SetVariableStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom