Compartir a través de


Culture Propiedad

Gets the culture information about the referenced assembly.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property Culture As String
    Get
'Uso
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

Valor de la propiedad

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

Notas

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