GeneratorInit.TableScopedGenerationContext Property
Gets shared instancing information for the data generator and SQL table combination.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property TableScopedGenerationContext As IDictionary(Of String, Object)
public IDictionary<string, Object> TableScopedGenerationContext { get; }
public:
property IDictionary<String^, Object^>^ TableScopedGenerationContext {
IDictionary<String^, Object^>^ get ();
}
member TableScopedGenerationContext : IDictionary<string, Object>
function get TableScopedGenerationContext () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The shared instancing information.
Remarks
This property is used for shared instancing. It returns a dictionary that is guaranteed to be the same instance for each data generator and SQL table combination. For more information, see An Overview of Data Generator Extensibility.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Data.Schema.Tools.DataGenerator Namespace