Proprietà SearchProperty.PropertySetGuid
Gets the Guid of the property set associated with the SearchProperty.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PropertySetGuid As Guid
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Guid
The Guid of the property set associated with the SearchProperty.