ISql90Statistic.StatsStream Property

Gets or sets the stats stream.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property StatsStream As String
    Get
    Set
'Usage
Dim instance As ISql90Statistic
Dim value As String

value = instance.StatsStream

instance.StatsStream = value
string StatsStream { get; set; }
property String^ StatsStream {
    String^ get ();
    void set (String^ value);
}
function get StatsStream () : String
function set StatsStream (value : String)
abstract StatsStream : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Statistic Interface

ISql90Statistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace