Partager via


Constructeur LocalizedPropertyResourcesAttribute (Type)

Initializes a new instance of the LocalizedPropertyResourcesAttribute class using the specified Type. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    resourceType As Type _
)
'Utilisation
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
)

Paramètres