Constructeur SfcParentAttribute (String)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parentName As String _
)
'Utilisation
Dim parentName As String
Dim instance As New SfcParentAttribute(parentName)
public SfcParentAttribute(
string parentName
)
public:
SfcParentAttribute(
String^ parentName
)
new :
parentName:string -> SfcParentAttribute
public function SfcParentAttribute(
parentName : String
)
Paramètres
- parentName
Type : System.String
A string that represents the parent name.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata