ExtendedPropertyAttribute コンストラクター (String)

指定された parentPropertyName パラメーターを使用して、ExtendedPropertyAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
    parentPropertyName を表す文字列です。

関連項目

参照

ExtendedPropertyAttribute クラス

ExtendedPropertyAttribute オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間