Proprietà SetVariableStatement.SeparatorType
Ottiene o imposta il tipo di separatore.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Restituisce un valore di enumerazione SeparatorType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.