Propriedade do RDL SfcDomainInfo.AssemblyStrongName
Gets or sets the strong name of the assembly as evidence for policy evaluation. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property AssemblyStrongName As String
Get
Friend Set
'Uso
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)
Valor da propriedade
Tipo: System.String
A string representing the strong name of the assembly.