Partilhar via


Construtor LocalizedPropertyResourcesAttribute (Type)

Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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