Facet propriété
Gets or sets the facet value for the object set.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Facet As String
Get
Set
'Utilisation
Dim instance As ObjectSet
Dim value As String
value = instance.Facet
instance.Facet = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Facet { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Facet {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Facet : string with get, set
function get Facet () : String
function set Facet (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that contains the facet value for the object set.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi