UrnSkelCallsCount プロパティ
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared Property UrnSkelCallsCount As Integer
Get
Set
'使用
Dim value As Integer
value = PerformanceCounters.UrnSkelCallsCount
PerformanceCounters.UrnSkelCallsCount = value
public static int UrnSkelCallsCount { get; set; }
public:
static property int UrnSkelCallsCount {
int get ();
void set (int value);
}
static member UrnSkelCallsCount : int with get, set
static function get UrnSkelCallsCount () : int
static function set UrnSkelCallsCount (value : int)