FacetType Propiedad
Gets the facet type.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property FacetType As Type
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Type
A Type value that specifies the facet system type.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también