Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Owner of the object (optional, can be nulla null reference (Nothing in Visual Basic)).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Owner As Identifier
Get
Set
'Usage
Dim instance As CreateSymmetricKeyStatement
Dim value As Identifier
value = instance.Owner
instance.Owner = value
public Identifier Owner { get; set; }
public:
virtual property Identifier^ Owner {
Identifier^ get () sealed;
void set (Identifier^ value) sealed;
}
abstract Owner : Identifier with get, set
override Owner : Identifier with get, set
final function get Owner () : Identifier
final function set Owner (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The owner of the object