Propriedade DeploymentProjectBuilder.Properties
Obtém ou define a lista de propriedades associadas a este projeto de implantação.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Protected Friend Property Properties As Dictionary(Of String, Object)
Get
Set
protected internal Dictionary<string, Object> Properties { get; set; }
protected public:
property Dictionary<String^, Object^>^ Properties {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Properties : Dictionary<string, Object> with get, set
function get Properties () : Dictionary<String, Object>
function set Properties (value : Dictionary<String, Object>)
Valor de propriedade
Tipo: System.Collections.Generic.Dictionary<String, Object>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.