Właściwość UniqueIdentifier
Pobiera typ danych, który określa UniqueIdentifier definicja używana w typie danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Shared ReadOnly Property UniqueIdentifier As DataType
Get
'Użycie
Dim value As DataType
value = DataType.UniqueIdentifier
public static DataType UniqueIdentifier { get; }
public:
static property DataType^ UniqueIdentifier {
DataType^ get ();
}
static member UniqueIdentifier : DataType
static function get UniqueIdentifier () : DataType
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType Określa wartość obiektu UniqueIdentifier definicji typu danych.
Przykłady
Visual Basic
Dim dt As DataType
dt = New DataType(SqlDataType.UniqueIdentifier)
PowerShell
$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::UniqueIdentifier)