다음을 통해 공유


Culture 속성

Gets the culture information about the referenced assembly.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.

예제

속성 설정