PermissionInfo.ObjectID 属性
Gets the ID value that uniquely identifies the object to which the permission applies.
命名空间: 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
An Int32 value that specifies the ID value that uniquely identifies the object.
注释
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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间