DatabaseInformation.OwnerSid Property
Gets or set the Security Identifier (SID) of the principal that owns the database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property OwnerSid As Byte()
public byte[] OwnerSid { get; set; }
public:
property array<unsigned char>^ OwnerSid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member OwnerSid : byte[] with get, set
function get OwnerSid () : byte[]
function set OwnerSid (value : byte[])
Property Value
Type: array<System.Byte[]
Returns Byte.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.