Name (Role Interface)
注 |
---|
この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
The Name property of the Role interface contains the name of the role object.
Applies To:clsCubeRole, clsDatabaseRole, clsMiningModelRole
Data Type
String
Access
Read/write (read-only after the object has been named)
使用例
Use the following code to set a role object name:
RoleObject.Name = "Sales and Marketing"