Constructeur RootFacetAttribute
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
rootType As Type _
)
'Utilisation
Dim rootType As Type
Dim instance As New RootFacetAttribute(rootType)
public RootFacetAttribute(
Type rootType
)
public:
RootFacetAttribute(
Type^ rootType
)
new :
rootType:Type -> RootFacetAttribute
public function RootFacetAttribute(
rootType : Type
)
Paramètres
- rootType
Type : System. . :: . .Type
The type of the root.
Voir aussi