Constructeur SfcPropertyAttribute (SfcPropertyFlags, String)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
flags As SfcPropertyFlags, _
defaultValue As String _
)
'Utilisation
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
)
Paramètres
- flags
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The specified flags in the property.
- defaultValue
Type : System.String
The default value of an object in the property.
Voir aussi
Référence
Surcharge SfcPropertyAttribute
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata