RootType Propiedad
Gets the root type of the root facet attribute. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property RootType As Type
Get
'Uso
Dim instance As RootFacetAttribute
Dim value As Type
value = instance.RootType
public Type RootType { get; }
public:
property Type^ RootType {
Type^ get ();
}
member RootType : Type
function get RootType () : Type
Valor de la propiedad
Tipo: System. . :: . .Type
A value that represents the root type of the root facet attribute.
Vea también