Propriété SearchProperty.PropertySetGuid
Gets the Guid of the property set associated with the SearchProperty.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property PropertySetGuid As Guid
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Guid
The Guid of the property set associated with the SearchProperty.