DefaultDistributionDesigner.Description Property
Gets the description of the distribution to which this designer corresponds.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Description As String
'Usage
Dim instance As DefaultDistributionDesigner
Dim value As String
value = instance.Description
public virtual string Description { get; }
public:
virtual property String^ Description {
String^ get ();
}
public function get Description () : String
Property Value
Type: System.String
Returns a String that contains the description of the distribution.
Implements
Remarks
One instance of the designer exists for each distribution that the data generation plan includes.
.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
DefaultDistributionDesigner Class