Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- parentPropertyName
Type: System.String
A string that represents the parentPropertyName.
See Also
Reference
ExtendedPropertyAttribute Class