다음을 통해 공유


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 네임스페이스