Constructeur ExtendedPropertyAttribute (String)

Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. 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
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parentPropertyName As String _
)
'Utilisation
Dim parentPropertyName As String 

Dim instance As New ExtendedPropertyAttribute(parentPropertyName)
public ExtendedPropertyAttribute(
    string parentPropertyName
)
public:
ExtendedPropertyAttribute(
    String^ parentPropertyName
)
new : 
        parentPropertyName:string -> ExtendedPropertyAttribute
public function ExtendedPropertyAttribute(
    parentPropertyName : String
)

Paramètres

  • parentPropertyName
    Type : System.String
    A string that represents the parentPropertyName.

Voir aussi

Référence

ExtendedPropertyAttribute Classe

Surcharge ExtendedPropertyAttribute

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc