FacetType propriété
Gets the facet type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FacetType As Type
Get
'Utilisation
Dim instance As FacetInfo
Dim value As Type
value = instance.FacetType
public Type FacetType { get; }
public:
property Type^ FacetType {
Type^ get ();
}
member FacetType : Type
function get FacetType () : Type
Valeur de la propriété
Type : System. . :: . .Type
A Type value that specifies the facet system type.
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