Construtor SfcPropertyAttribute (SfcPropertyFlags, String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
flags As SfcPropertyFlags, _
defaultValue As String _
)
'Uso
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
)
Parâmetros
- flags
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The specified flags in the property.
- defaultValue
Tipo: System.String
The default value of an object in the property.