Compartir a través de


SearchPropertyList.Authorizer Propiedad

Authorizer relationship class of SearchPropertyList

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property Authorizer As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = SearchPropertyList.Authorizer
public static ModelRelationshipClass Authorizer { get; internal set; }
public:
static property ModelRelationshipClass^ Authorizer {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member Authorizer : ModelRelationshipClass with get, internal set
static function get Authorizer () : ModelRelationshipClass 
internal static function set Authorizer (value : ModelRelationshipClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

SearchPropertyList Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model