SfcPropertyAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| SfcPropertyAttribute() | |
| SfcPropertyAttribute(SfcPropertyFlags) | |
| SfcPropertyAttribute(SfcPropertyFlags, String) |
SfcPropertyAttribute()
public SfcPropertyAttribute();
Public Sub New ()
Se aplica a
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)
Parámetros
- flags
- SfcPropertyFlags
Se aplica a
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)
Parámetros
- flags
- SfcPropertyFlags
- defaultValue
- String