共用方式為


SqlAssembly.Culture 屬性

Gets the culture information about the referenced assembly.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Culture As String 
    Get
'用途
Dim instance As SqlAssembly 
Dim value As String 

value = instance.Culture
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Culture { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Culture {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

設定屬性

請參閱

參考

SqlAssembly 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE ASSEMBLY (Transact-SQL)