Свойство SearchProperty.PropertySetGuid

Gets the Guid of the property set associated with the SearchProperty.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PropertySetGuid As Guid 
    Get 
    Set
'Применение
Dim instance As SearchProperty 
Dim value As Guid 

value = instance.PropertySetGuid

instance.PropertySetGuid = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public Guid PropertySetGuid { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property Guid PropertySetGuid {
    Guid get ();
    void set (Guid value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member PropertySetGuid : Guid with get, set
function get PropertySetGuid () : Guid 
function set PropertySetGuid (value : Guid)

Значение свойства

Тип: System.Guid
The Guid of the property set associated with the SearchProperty.

См. также

Справочник

SearchProperty Класс

Пространство имен Microsoft.SqlServer.Management.Smo