Culture 属性

Gets the culture information about the referenced assembly.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property Culture As String
    Get
用法
Dim instance As SqlAssembly
Dim value As String

value = instance.Culture
[SfcPropertyAttribute]
public string Culture { get; }
[SfcPropertyAttribute]
public:
property String^ Culture {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Culture : string
function get Culture () : String

属性值

类型:System. . :: . .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.

示例

设置属性