AssemblyStrongName 属性
Gets or sets the strong name of the assembly as evidence for policy evaluation. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Property AssemblyStrongName As String
Get
Friend Set
用法
Dim instance As SfcDomainInfo
Dim value As String
value = instance.AssemblyStrongName
public string AssemblyStrongName { get; internal set; }
public:
property String^ AssemblyStrongName {
String^ get ();
internal: void set (String^ value);
}
member AssemblyStrongName : string with get, internal set
function get AssemblyStrongName () : String
internal function set AssemblyStrongName (value : String)
属性值
类型:System. . :: . .String
A string representing the strong name of the assembly.