ClientKeySet.AddServices(Int32[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将客户端 (许可证颁发到的服务添加到有权访问) 。
public void AddServices (int[] services);
member this.AddServices : int[] -> unit
Public Sub AddServices (services As Integer())
参数
- services
- Int32[]
包含要添加的所有服务的数组。
例外
构造此 ClientKeySet时,如果 中的services
任何值大于或等于 NumberOfServices 中指定的 中MasterKeySet,则引发。