Конструктор 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
)
Параметры
- flags
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcPropertyFlags
The specified flags in the property.
- defaultValue
Тип: System. . :: . .String
The default value of an object in the property.