Partager via


SqlAssembly.Culture Property

Gets the culture information about the referenced assembly.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Culture As String
public string Culture { get; }
public:
property String^ Culture {
    String^ get ();
}
/** @property */
public String get_Culture ()
public function get Culture () : String

Valeur de propriété

A String value that specifies culture information for the referenced assembly.

Notes

The Culture property is set to an empty string if there is no culture information available.

Exemple

How to: Get and Set a Property in Visual Basic .NET

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

SqlAssembly Class
SqlAssembly Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

CREATE ASSEMBLY (Transact-SQL)