Конструктор ExtendedPropertyAttribute (String)
Initializes a new instance of the ExtendedPropertyAttribute class with the specified parentPropertyName parameter. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
parentPropertyName As String _
)
'Применение
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
)
Параметры
- parentPropertyName
Тип: System. . :: . .String
A string that represents the parentPropertyName.