Compartir a través de


IAuthorization.Owner (Propiedad)

Obtiene o establece el propietario del objeto.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Property Owner As Identifier
    Get
    Set
Identifier Owner { get; set; }
property Identifier^ Owner {
    Identifier^ get ();
    void set (Identifier^ value);
}
abstract Owner : Identifier with get, set
function get Owner () : Identifier
function set Owner (value : Identifier)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Comentarios

Opcional, puede ser null.

Seguridad de .NET Framework

Vea también

Referencia

IAuthorization Interfaz

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)