ConnectionStringBuilder.setSasKey(String sasKey) 方法
定义
Set the shared access policy key value from the connection string
public ConnectionStringBuilder setSasKey(String sasKey)
参数
- sasKey
- String
the SAS key
返回
the ConnectionStringBuilder being set.