Proprietà SqlAssembly.Culture

Gets the culture information about the referenced assembly.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Culture As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlAssembly Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE ASSEMBLY (Transact-SQL)