UrnSkelCallsCount 속성
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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)