SqlAssembly.Culture Property
Gets the culture information about the referenced assembly.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
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
Значение свойства
A String value that specifies culture information for the referenced assembly.
Замечания
The Culture property is set to an empty string if there is no culture information available.
Пример
How to: Get and Set a Property in Visual Basic .NET
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
SqlAssembly Class
SqlAssembly Members
Microsoft.SqlServer.Management.Smo Namespace