Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the security identifier as a Byte object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("User_SidName")> _
<DisplayDescriptionKeyAttribute("User_SidDesc")> _
ReadOnly Property Sid As Byte()
Get
'Usage
Dim instance As IUserOptions
Dim value As Byte()
value = instance.Sid
[DisplayNameKeyAttribute("User_SidName")]
[DisplayDescriptionKeyAttribute("User_SidDesc")]
byte[] Sid { get; }
[DisplayNameKeyAttribute(L"User_SidName")]
[DisplayDescriptionKeyAttribute(L"User_SidDesc")]
property array<unsigned char>^ Sid {
array<unsigned char>^ get ();
}
[<DisplayNameKeyAttribute("User_SidName")>]
[<DisplayDescriptionKeyAttribute("User_SidDesc")>]
abstract Sid : byte[]
function get Sid () : byte[]
Property Value
Type: array<System.Byte[]
A Byte object.