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
    The default value of an object in the property.

请参阅

参考

SfcPropertyAttribute 类

SfcPropertyAttribute 重载

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间