Compartir a través de


SearchProperty.SearchPropertyList Propiedad

SearchPropertyList relationship class of SearchProperty

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

SearchProperty Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model