Condividi tramite


Proprietà RefactoringRecord.Properties

Ottiene un elenco di nomi e valori di proprietà.

Spazio dei nomi:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, String>
Elenco di proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RefactoringRecord Classe

Spazio dei nomi Microsoft.Data.Schema.Refactoring