Compartir a través de


ExtendedPropertyAttribute Constructor (String)

Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. 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 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

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

Vea también

Referencia

ExtendedPropertyAttribute Clase

Sobrecarga de ExtendedPropertyAttribute

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc