CryptographicProviderCollection.Parent 属性

Gets the parent object of the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Server 
    Get
用法
Dim instance As CryptographicProviderCollection 
Dim value As Server 

value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
    Server^ get ();
}
member Parent : Server
function get Parent () : Server

属性值

类型:Microsoft.SqlServer.Management.Smo.Server
String identifying the parent property of the CryptographicProviderCollection object.

示例

使用集合

请参阅

参考

CryptographicProviderCollection 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

使用集合

可扩展的密钥管理 (EKM)