Aracılığıyla paylaş


ScriptCache.GetScript Yöntem (String)

Verilen önbellek tanımlayıcısı için komut dosyası döndürür.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public MustOverride Function GetScript ( _
    cacheIdentifier As String _
) As String
public abstract string GetScript(
    string cacheIdentifier
)
public:
virtual String^ GetScript(
    String^ cacheIdentifier
) abstract
abstract GetScript : 
        cacheIdentifier:string -> string 
public abstract function GetScript(
    cacheIdentifier : String
) : String

Parametreler

  • cacheIdentifier
    Tür: System.String
    Bir önbellek tanımlayıcısı.

Dönüş Değeri

Tür: System.String
A string İstenen Query içerir

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ScriptCache Sınıf

GetScript Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı