Construtor ExtendedPropertyAttribute (String)

Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    parentPropertyName As String _
)
'Uso
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
)

Parâmetros