ExtendedPropertyAttribute-Konstruktor (String)
Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
parentPropertyName As String _
)
'Usage
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
)
Parameter
- parentPropertyName
Typ: System. . :: . .String
A string that represents the parentPropertyName.