Compartir a través de


LocalizedPropertyResourcesAttribute Constructor (Type)

Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. 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
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub New ( _
    resourceType As Type _
)
'Uso
Dim resourceType As Type

Dim instance As New LocalizedPropertyResourcesAttribute(resourceType)
public LocalizedPropertyResourcesAttribute(
    Type resourceType
)
public:
LocalizedPropertyResourcesAttribute(
    Type^ resourceType
)
new : 
        resourceType:Type -> LocalizedPropertyResourcesAttribute
public function LocalizedPropertyResourcesAttribute(
    resourceType : Type
)

Parámetros