Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom