SystemDataTypeLookupBase.UniqueIdentifier Property
Gets the ISystemDataType object that represents the uniqueidentifier data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property UniqueIdentifier As ISystemDataType
Get
'Usage
Dim instance As SystemDataTypeLookupBase
Dim value As ISystemDataType
value = instance.UniqueIdentifier
public ISystemDataType UniqueIdentifier { get; }
public:
property ISystemDataType^ UniqueIdentifier {
ISystemDataType^ get ();
}
member UniqueIdentifier : ISystemDataType
function get UniqueIdentifier () : ISystemDataType
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the uniqueidentifier data type.