SetVariableStatement.SeparatorType-Eigenschaft
Ruft den Trennzeichentyp ab oder legt diesen fest.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.SeparatorType
Gibt einen SeparatorType-Enumerationswert zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.