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.