Condividi tramite


Proprietà SqlScriptProperty.CacheIdentifier

Ottiene il nome del file o un altro identificatore della cache univoco che indica il database di origine della proprietà.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CacheIdentifier As String
    Get
public string CacheIdentifier { get; }
public:
property String^ CacheIdentifier {
    String^ get ();
}
member CacheIdentifier : string
function get CacheIdentifier () : String

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlScriptProperty Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel