DatabaseUnitTestingSection.DataGeneration – vlastnost
Získává DataGenerationElement objekt, který obsahuje DataGeneration prvky konfigurace.
Obor názvů: Microsoft.Data.Schema.UnitTesting.Configuration
Sestavení: Microsoft.Data.Schema.UnitTesting (v Microsoft.Data.Schema.UnitTesting.dll)
Syntaxe
'Deklarace
<ConfigurationPropertyAttribute("DataGeneration")> _
Public ReadOnly Property DataGeneration As DataGenerationElement
Get
[ConfigurationPropertyAttribute("DataGeneration")]
public DataGenerationElement DataGeneration { get; }
[ConfigurationPropertyAttribute(L"DataGeneration")]
public:
property DataGenerationElement^ DataGeneration {
DataGenerationElement^ get ();
}
[<ConfigurationPropertyAttribute("DataGeneration")>]
member DataGeneration : DataGenerationElement
function get DataGeneration () : DataGenerationElement
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.UnitTesting.Configuration.DataGenerationElement
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DatabaseUnitTestingSection Třída
Microsoft.Data.Schema.UnitTesting.Configuration – obor názvů