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 命名空间