ObjectID 속성
사용 권한이 적용되는 개체를 고유하게 식별하는 ID 값을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property ObjectID As Integer
Get
‘사용 방법
Dim instance As PermissionInfo
Dim value As Integer
value = instance.ObjectID
public int ObjectID { get; }
public:
property int ObjectID {
int get ();
}
member ObjectID : int
function get ObjectID () : int
속성 값
유형: System. . :: . .Int32
개체를 고유하게 식별하는 ID 값을 지정하는 Int32 값입니다.
주의
The ObjectID property is 0 for a Server object or a Database object. Otherwise, it specifies the ID of the object within the class specified by the ObjectClass property.