Compartilhar via


Propriedade do RDL SetVariableStatement.SeparatorType

Gets or sets the separator.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

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

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

Consulte também

Referência

SetVariableStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom