ExportableAttribute Constructor
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í.
public ExportableAttribute(Type type, string id, int priority = 0, string displayName = default, Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility platformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All);
new Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute : Type * string * int * string * Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility -> Microsoft.SqlServer.Dac.Extensibility.ExportableAttribute
Public Sub New (type As Type, id As String, Optional priority As Integer = 0, Optional displayName As String = Nothing, Optional platformCompatibility As TSqlPlatformCompatibility = Microsoft.SqlServer.Dac.Extensibility.TSqlPlatformCompatibility.All)
Parámetros
- type
- Type
- id
- String
- priority
- Int32
- displayName
- String
- platformCompatibility
- TSqlPlatformCompatibility