共用方式為


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
)

參數