Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of the column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ColumnType As ColumnType
Get
Set
'Usage
Dim instance As ColumnReferenceExpression
Dim value As ColumnType
value = instance.ColumnType
instance.ColumnType = value
public ColumnType ColumnType { get; set; }
public:
property ColumnType ColumnType {
ColumnType get ();
void set (ColumnType value);
}
member ColumnType : ColumnType with get, set
function get ColumnType () : ColumnType
function set ColumnType (value : ColumnType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ColumnType
The type of the column.