SfcPropertyAttribute コンストラクター (SfcPropertyFlags, String)

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    flags As SfcPropertyFlags, _
    defaultValue As String _
)
'使用
Dim flags As SfcPropertyFlags 
Dim defaultValue As String 

Dim instance As New SfcPropertyAttribute(flags, defaultValue)
public SfcPropertyAttribute(
    SfcPropertyFlags flags,
    string defaultValue
)
public:
SfcPropertyAttribute(
    SfcPropertyFlags flags, 
    String^ defaultValue
)
new : 
        flags:SfcPropertyFlags * 
        defaultValue:string -> SfcPropertyAttribute
public function SfcPropertyAttribute(
    flags : SfcPropertyFlags, 
    defaultValue : String
)

パラメーター

  • defaultValue
    型: System.String
    プロパティのオブジェクトの既定値です。

関連項目

参照

SfcPropertyAttribute クラス

SfcPropertyAttribute オーバーロード

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