Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
Sobrecarga de SfcPropertyAttribute
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata