Partilhar via


Propriedade RefactoringRecord.Properties

Obtém uma lista de nomes de propriedades e valores.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, String)
    Get
public IDictionary<string, string> Properties { get; }
public:
property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
}
member Properties : IDictionary<string, string>
function get Properties () : IDictionary<String, String>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>
A lista de propriedades.

Segurança do .NET Framework

Consulte também

Referência

RefactoringRecord Classe

Namespace Microsoft.Data.Schema.Refactoring