 | InstanceInfoOwner Property |
Gets the SID of the instance owner.
Namespace:
usis.Data.LocalDb
Assembly:
usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Owner { get; }Public ReadOnly Property Owner As String
Get
public:
property String^ Owner {
String^ get ();
}member Owner : string with get
Property Value
Type:
String
The SID of the instance owner.
See Also