SfcPropertyAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcPropertyAttribute() | |
| SfcPropertyAttribute(SfcPropertyFlags) | |
| SfcPropertyAttribute(SfcPropertyFlags, String) |
SfcPropertyAttribute()
public SfcPropertyAttribute();
Public Sub New ()
適用対象
SfcPropertyAttribute(SfcPropertyFlags)
public SfcPropertyAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyAttribute
Public Sub New (flags As SfcPropertyFlags)
パラメーター
- flags
- SfcPropertyFlags
適用対象
SfcPropertyAttribute(SfcPropertyFlags, String)
public SfcPropertyAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags flags, string defaultValue);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags * string -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyAttribute
Public Sub New (flags As SfcPropertyFlags, defaultValue As String)
パラメーター
- flags
- SfcPropertyFlags
- defaultValue
- String