Aracılığıyla paylaş


RuntimeExecutionTimes class

Oluşturucular

RuntimeExecutionTimes(TimeSpan, TimeSpan, TimeSpan)

Özellikler

queryEngineExecutionTime
systemFunctionExecutionTime
userDefinedFunctionExecutionTime
zero

Yöntemler

add(RuntimeExecutionTimes[])

, bunun ve bağımsız değişkenlerin eklenmesi olan yeni bir RuntimeExecutionTimes örneği döndürür.

createFromArray(RuntimeExecutionTimes[])

RuntimeExecutionTimes dizisinin toplaması olan RuntimeExecutionTimes sınıfının yeni bir örneğini döndürür.

createFromDelimitedString(string)

RuntimeExecutionTimes sınıfının sınırlandırılmış bir dizeden seri durumdan çıkarılmış yeni bir örneğini döndürür.

toDelimitedString()

RuntimeExecutionTimes'ın çıkışını sınırlandırılmış bir dize olarak alın.

Oluşturucu Ayrıntıları

RuntimeExecutionTimes(TimeSpan, TimeSpan, TimeSpan)

new RuntimeExecutionTimes(queryEngineExecutionTime: TimeSpan, systemFunctionExecutionTime: TimeSpan, userDefinedFunctionExecutionTime: TimeSpan)

Parametreler

queryEngineExecutionTime

TimeSpan

systemFunctionExecutionTime

TimeSpan

userDefinedFunctionExecutionTime

TimeSpan

Özellik Ayrıntıları

queryEngineExecutionTime

queryEngineExecutionTime: TimeSpan

Özellik Değeri

TimeSpan

systemFunctionExecutionTime

systemFunctionExecutionTime: TimeSpan

Özellik Değeri

TimeSpan

userDefinedFunctionExecutionTime

userDefinedFunctionExecutionTime: TimeSpan

Özellik Değeri

TimeSpan

zero

static zero: RuntimeExecutionTimes

Özellik Değeri

Yöntem Ayrıntıları

add(RuntimeExecutionTimes[])

, bunun ve bağımsız değişkenlerin eklenmesi olan yeni bir RuntimeExecutionTimes örneği döndürür.

function add(runtimeExecutionTimesArray: RuntimeExecutionTimes[]): RuntimeExecutionTimes

Parametreler

runtimeExecutionTimesArray

RuntimeExecutionTimes[]

Döndürülenler

createFromArray(RuntimeExecutionTimes[])

RuntimeExecutionTimes dizisinin toplaması olan RuntimeExecutionTimes sınıfının yeni bir örneğini döndürür.

static function createFromArray(runtimeExecutionTimesArray: RuntimeExecutionTimes[]): RuntimeExecutionTimes

Parametreler

runtimeExecutionTimesArray

RuntimeExecutionTimes[]

Döndürülenler

createFromDelimitedString(string)

RuntimeExecutionTimes sınıfının sınırlandırılmış bir dizeden seri durumdan çıkarılmış yeni bir örneğini döndürür.

static function createFromDelimitedString(delimitedString: string): RuntimeExecutionTimes

Parametreler

delimitedString

string

Döndürülenler

toDelimitedString()

RuntimeExecutionTimes'ın çıkışını sınırlandırılmış bir dize olarak alın.

function toDelimitedString(): string

Döndürülenler

string