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 name for federation key type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DataType As DataType
Get
Set
'Usage
Dim instance As Federation
Dim value As DataType
value = instance.DataType
instance.DataType = value
[SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)]
public DataType DataType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::SqlAzureDatabase)]
public:
property DataType^ DataType {
DataType^ get ();
void set (DataType^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.DataType
The type name for federation key type.