Microsoft Docs - Latest Articles
As the new home for Microsoft technical documentation, docs.microsoft.com has not only modernized the web experience for content, but also how we create and support the content you use to learn, manage and deploy solutions. It is the one-stop shop for everything related to Microsoft technologies. In order to make sure you can keep up to date on what’s new and exciting on docs.microsoft.com, we’ve created a dedicated feed for you.
Selected Feed: SQL
SqlSyncGroup.Update Interface
https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.management.sql.sqlsyncgroup.update The template for a SQL Sync Group update operation, containing all the settings that can be modified.Published Date : Tuesday, July 17, 2018
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> Interface
https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.management.sql.sqldatabase.definitionstages.withattachalloptions The final stage of the SQL Database definition with all the other options.Published Date : Tuesday, July 17, 2018
SqlConnectionStringBuilder Class (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder Provides a simple way to create and manage the contents of connection strings used by the SqlConnection class.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.UserInstance Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.userinstance Gets or sets a value that indicates whether to redirect the connection from the default SQL Server Express instance to a runtime-initiated instance running under the account of the caller.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.CurrentLanguage Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.currentlanguage Gets or sets the SQL Server Language record name.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.WorkstationID Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.workstationid Gets or sets the name of the workstation connecting to SQL Server.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.UserID Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.userid Gets or sets the user ID to be used when connecting to SQL Server.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.PacketSize Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.packetsize Gets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.ContextConnection Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.contextconnection Gets or sets a value that indicates whether a client/server or in-process connection to SQL Server should be made.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.TypeSystemVersion Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.typesystemversion Gets or sets a string value that indicates the type system the application expects.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.Enlist Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.enlist Gets or sets a Boolean value that indicates whether the SQL Server connection pooler automatically enlists the connection in the creation thread's current transaction context.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.Encrypt Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.encrypt Gets or sets a Boolean value that indicates whether SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.Password Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.password Gets or sets the password for the SQL Server account.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.ApplicationName Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.applicationname Gets or sets the name of the application associated with the connection string.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.DataSource Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.datasource Gets or sets the name or network address of the instance of SQL Server to connect to.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.ApplicationIntent Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.applicationintent Declares the application workload type when connecting to a database in an SQL Server Availability Group. You can set the value of this property with ApplicationIntent. For more information about SqlClient support for Always On Availability Groups, see SqlClient Support for High Availability, Disaster Recovery.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.NetworkLibrary Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.networklibrary Gets or sets a string that contains the name of the network library used to establish a connection to the SQL Server.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.ConnectTimeout Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.connecttimeout Gets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.IntegratedSecurity Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.integratedsecurity Gets or sets a Boolean value that indicates whether User ID and Password are specified in the connection (when false) or whether the current Windows account credentials are used for authentication (when true).Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.PoolBlockingPeriod Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.poolblockingperiod The blocking period behavior for a connection pool.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder.TransparentNetworkIPResolution Property (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.transparentnetworkipresolution When the value of this key is set to true, the application is required to retrieve all IP addresses for a particular DNS entry and attempt to connect with the first one in the list. If the connection is not established within 0.5 seconds, the application will try to connect to all others in parallel. When the first answers, the application will establish the connection with the respondent IP address.Published Date : Monday, April 30, 2018
SqlConnectionStringBuilder Constructor (System.Data.SqlClient)
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder.-ctor Initializes a new instance of the SqlConnectionStringBuilder class.Published Date : Monday, April 30, 2018
Azure: Featured Sessions - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/featured-sessions/ See demos that highlight new capabilities in security, hybrid, and migration for Windows and SQL Server.Published Date : Saturday, March 6, 2021
Azure: Connection Zone - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/connection-zone/ The experts will be online waiting to answer any questions and listen to your feedback.GUILLERMO Gomez, Andrew Zeller Ask the Experts: Latest Azure innovation for Windows Server and SQL Server:Come talk to the product and technical experts from the Windows Server and SQL Server teams and learn more aboutPublished Date : Saturday, March 6, 2021
Ask the Experts: Latest Azure innovation for Windows Server and SQL Server - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/connection-zone/ate-fs177/ Microsoft Ignite March 2021 March 3, 2021 | 11:00 PM - 11:30 PM UTC in Azure / Connection Zone Speaker: Liam Sosinsky Come talk to the product and technical experts from the Windows Server and SQL Server teams and learn more about our latest announcements!Published Date : Saturday, March 6, 2021
ASP.NET Core Blazor Server with Entity Framework Core (EFCore)
https://docs.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core Guidance for using EF Core in Blazor Server apps.Published Date : Friday, August 14, 2020
Introduction to Identity on ASP.NET Core
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more).Published Date : Wednesday, July 15, 2020
Secure a hosted ASP.NET Core Blazor WebAssembly app with Identity Server
https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-identity-server Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app with Identity Server.Published Date : Tuesday, October 27, 2020
Host ASP.NET Core on Linux with Nginx
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx Learn how to set up Nginx as a reverse proxy on Ubuntu 16.04 to forward HTTP traffic to an ASP.NET Core web app running on Kestrel.Published Date : Friday, October 30, 2020
Latest Azure innovation for Windows Server and SQL Server - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/featured-sessions/fs177/ Video page for Microsoft Ignite March 2021Published Date : Saturday, March 6, 2021
Recipe for Modern Applications: .NET, Azure SQL, Functions, Geospatial, JSON - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/sessions/od328/ Through a relatable and real-world scenario, you'll learn about Azure SQL Database's built-in capabilities related to JSON, Geospatial, scale, and CI/CD, and how it can help you build modern applications with .NET and Azure App Service.Published Date : Saturday, March 6, 2021
Azure: Sessions - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/sessions/ Through a relatable and real-world scenario, you'll learn about Azure SQL Database's built-in capabilities related to JSON, Geospatial, scale, and CI/CD, and how it can help you build modern applications with .NET and Azure App Service.Published Date : Saturday, March 6, 2021
Automating Database Deployments using Azure DevOps - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/sessions/od403/ Video page for Microsoft Ignite March 2021Published Date : Saturday, March 6, 2021
Azure - Events
https://docs.microsoft.com/en-us/events/ignite-mar-2021/azure/ Video page for Microsoft Ignite March 2021Published Date : Saturday, March 6, 2021
Azure.Service Module
https://docs.microsoft.com/en-us/powershell/module/servicemanagement/azure.service/ This topic displays help topics for the Azure Service Management Cmdlets.Published Date : Tuesday, September 11, 2018
Microsoft Graph data connect - Microsoft Graph
https://docs.microsoft.com/en-us/graph/data-connect-overview Microsoft Graph data connect brings Microsoft 365 data and Microsoft Azure resources to you through a core data pipeline. You can use Microsoft Graph data connect to build intelligent applications that access valuable data using the best development tools offered by Microsoft, all within the Microsoft secure cloud. All businesses are interested in improving productivity, which means that building products that make knowledge workers more productive presents tremendous opportunities.Published Date : Saturday, March 6, 2021
Use the Microsoft Search API in Microsoft Graph to search custom types - Microsoft Graph
https://docs.microsoft.com/en-us/graph/search-concept-custom-types You can use the Microsoft Search API to import external data via the [externalItem](/graph/api/resources/externalitem?view=graph-rest-beta&preserve-view=true) resource, and run search queries on this external content.Published Date : Saturday, March 6, 2021
Datasets, regions, and sinks that Microsoft Graph data connect supports - Microsoft Graph
https://docs.microsoft.com/en-us/graph/data-connect-datasets Describes the supported datasets and destination storage types that can be used with Microsoft Graph data connect.Published Date : Saturday, March 6, 2021
governanceResource resource type - Microsoft Graph beta
https://docs.microsoft.com/en-us/graph/api/resources/governanceresource Represents resources that could be managed by Privileged Identity Management (PIM). For Azure resources, it can be a subscription, a resource group, and a resource such as a virtual machine, a SQL database, etc.Published Date : Saturday, March 6, 2021
Language Integrated Query (LINQ) in C#
https://docs.microsoft.com/en-us/dotnet/csharp/linq/ Introduces Language Integrated Query (LINQ) in C#.Published Date : Wednesday, November 30, 2016
.NET Development on Azure Configuration Checklist
https://docs.microsoft.com/en-us/dotnet/azure/dotnet-dev-env-checklist Provides a quick summary of all the tools you should have installed to do .net development with AzurePublished Date : Friday, January 1, 2021
Lambda expressions - C# reference
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-expressions Learn about lambda expressions. There are expression lambdas that have an expression as its body, or statement lambdas that have a statement block as its body.Published Date : Friday, September 25, 2020
Tutorial: Detect anomalies in phone calls - ML.NET
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/phone-calls-anomaly-detection Learn how to build an anomaly detection application for time series data. This tutorial creates a .NET Core console application using C# in Visual Studio 2019.Published Date : Friday, December 4, 2020
SqlMetal.exe (Code Generation Tool)
https://docs.microsoft.com/en-us/dotnet/framework/tools/sqlmetal-exe-code-generation-tool Understand SqlMetal.exe, the code generation tool. Use the tool to generate code and mapping for the LINQ to SQL component of .NET.Published Date : Thursday, March 30, 2017
.NET Framework tools
https://docs.microsoft.com/en-us/dotnet/framework/tools/ See a list of .NET tools that make it easier for you to create, deploy, and manage applications and components that target .NET.Published Date : Thursday, March 30, 2017
Language-Integrated Query (LINQ) (C#)
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/ Learn about Language-Integrated Queries (LINQs) and review an example of the complete query operation.Published Date : Thursday, February 2, 2017
Migrate ASP.NET Apps to Azure - Learn
https://docs.microsoft.com/en-us/learn/paths/migrate-dotnet-apps-azure/ Migrate ASP.NET web applications and their data to Azure App Service and Azure SQL Database to take advantage of the cloud.Published Date : Monday, July 6, 2020
Deploy ASP.NET web apps with Azure Pipelines - Learn
https://docs.microsoft.com/en-us/learn/modules/deploy-aspnet-apps-azure-app-service-pipelines/ Azure Pipelines help automate building, deploying, and maintaining your applications. While they support a wide range of platforms and programming languages, in this module you’ll focus on using them to implement ASP.NET apps on Azure App Service Web Apps with Azure SQL Database as their data store.Published Date : Tuesday, January 26, 2021
FalseFilter.RequiresPreprocessing Property (Microsoft.ServiceBus.Messaging) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.falsefilter.requirespreprocessing Gets a value indicating whether the SQL filter expression requires preprocessing.Published Date : Thursday, September 20, 2018
CosmosScripts Class (Azure.Cosmos.Scripts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.cosmos.scripts.cosmosscripts Represents script operations on an Azure Cosmos container.Published Date : Thursday, September 20, 2018
DependencyTelemetry Class (Microsoft.ApplicationInsights.DataContracts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.applicationinsights.datacontracts.dependencytelemetry The class that represents information about the collected dependency. Learn more.Published Date : Thursday, September 20, 2018
IManagementLocksOperations.GetAtResourceLevelWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) Method (Microsoft.Azure.Management.ResourceManager) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.resourcemanager.imanagementlocksoperations.getatresourcelevelwithhttpmessagesasync Get the management lock of a resource or any level below resource.Published Date : Thursday, September 20, 2018
QueryDefinition.WithParameter(String, Object) Method (Microsoft.Azure.Cosmos) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.querydefinition.withparameter Add parameters to the SQL queryPublished Date : Thursday, September 20, 2018
DataLakeAnalyticsUSQLActivity.Parameters Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.datalakeanalyticsusqlactivity.parameters Gets or sets parameters for U-SQL job request.Published Date : Thursday, September 20, 2018
SqlSource Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlsource A copy activity SQL source.Published Date : Thursday, September 20, 2018
DocumentClient.CreateConflictQuery Method (Microsoft.Azure.Documents.Client) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.documentclient.createconflictquery Extension method to create a query for conflicts in the Azure Cosmos DB service.Published Date : Thursday, September 20, 2018
CosmosScripts.GetUserDefinedFunctionQueryIterator Method (Azure.Cosmos.Scripts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.cosmos.scripts.cosmosscripts.getuserdefinedfunctionqueryiterator This method creates a query for user defined functions under a container using a SQL statement. It returns a FeedIterator. For more information on preparing SQL statements with parameterized values, please see QueryDefinition overload.Published Date : Thursday, September 20, 2018
StoredProcedureParameter Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.storedprocedureparameter SQL stored procedure parameter.Published Date : Thursday, September 20, 2018
SqlResourcesDeleteSqlTriggerOperation Class (Azure.ResourceManager.CosmosDB) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.resourcemanager.cosmosdb.sqlresourcesdeletesqltriggeroperation Deletes an existing Azure Cosmos DB SQL trigger.Published Date : Thursday, September 20, 2018
SqlResourcesCreateUpdateSqlStoredProcedureOperation Class (Azure.ResourceManager.CosmosDB) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.resourcemanager.cosmosdb.sqlresourcescreateupdatesqlstoredprocedureoperation Create or update an Azure Cosmos DB SQL storedProcedure.Published Date : Thursday, September 20, 2018
SqlElasticPoolResourceSettings Class (Microsoft.Azure.Management.Migrate.ResourceMover.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.migrate.resourcemover.models.sqlelasticpoolresourcesettings Defines the Sql ElasticPool resource settings.Published Date : Thursday, September 20, 2018
VirtualMachineScaleSetIpTag.Tag Property (Microsoft.Azure.Management.Compute.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.virtualmachinescalesetiptag.tag Gets or sets IP tag associated with the public IP. Example: SQL, Storage etc.Published Date : Thursday, September 20, 2018
SqlDWSource.PartitionSettings Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqldwsource.partitionsettings Gets or sets the settings that will be leveraged for Sql source partitioning.Published Date : Thursday, September 20, 2018
SqlDWSink.AllowPolyBase Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqldwsink.allowpolybase Gets or sets indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).Published Date : Thursday, September 20, 2018
AzureSqlDatabaseLinkedService.ServicePrincipalId Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqldatabaselinkedservice.serviceprincipalid Gets or sets the ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string).Published Date : Thursday, September 20, 2018
SqlRuleAction.RequiresPreprocessing Property (Microsoft.ServiceBus.Messaging) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.sqlruleaction.requirespreprocessing Gets a value indicating whether the SqlRuleAction requires preprocessing.Published Date : Thursday, September 20, 2018
MongoDbSource.Query Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.mongodbsource.query Gets or sets database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).Published Date : Thursday, September 20, 2018
AzureSqlSink.StoredProcedureParameters Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqlsink.storedprocedureparameters Gets or sets SQL stored procedure parameters.Published Date : Thursday, September 20, 2018
TrueFilter Class (Microsoft.ServiceBus.Messaging) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.truefilter Matches a filter expression.Published Date : Thursday, September 20, 2018
AzureSqlSource.PartitionSettings Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqlsource.partitionsettings Gets or sets the settings that will be leveraged for Sql source partitioning.Published Date : Thursday, September 20, 2018
SqlServerTableDataset Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlservertabledataset The on-premises SQL Server dataset.Published Date : Thursday, September 20, 2018
UserDefinedFunctionProperties Class (Microsoft.Azure.Cosmos.Scripts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.scripts.userdefinedfunctionproperties Represents a user defined function in the Azure Cosmos service.Published Date : Thursday, September 20, 2018
Container.GetItemQueryStreamIterator Method (Microsoft.Azure.Cosmos) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.container.getitemquerystreamiterator This method creates a query for items under a container in an Azure Cosmos database using a SQL statement with parameterized values. It returns a FeedIterator. For more information on preparing SQL statements with parameterized values, please see QueryDefinition.Published Date : Thursday, September 20, 2018
DWCopyCommandSettings.AdditionalOptions Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.dwcopycommandsettings.additionaloptions Gets or sets additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": "'ymd'" }Published Date : Thursday, September 20, 2018
OSProfile Class (Microsoft.Azure.Management.Compute.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.compute.models.osprofile Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.Published Date : Thursday, September 20, 2018
DocumentClient.CreateUserQuery Method (Microsoft.Azure.Documents.Client) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.documentclient.createuserquery Extension method to create a query for users in the Azure Cosmos DB service.Published Date : Thursday, September 20, 2018
Microsoft.Azure.Management.Migrate.ResourceMover.Models Namespace - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.migrate.resourcemover.models Explore all classes and interfaces of the Microsoft.Azure.Management.Migrate.ResourceMover.Models namespace.Published Date : Thursday, September 20, 2018
OracleSink Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.oraclesink A copy activity Oracle sink.Published Date : Thursday, September 20, 2018
Scripts Class (Microsoft.Azure.Cosmos.Scripts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.scripts.scripts Represents script operations on an Azure Cosmos container.Published Date : Thursday, September 20, 2018
MongoDbSource Constructor (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.mongodbsource.-ctor Initializes a new instance of the MongoDbSource class.Published Date : Thursday, September 20, 2018
AzureSqlSource Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqlsource A copy activity Azure SQL source.Published Date : Thursday, September 20, 2018
AzureSqlMITableDataset.Table Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqlmitabledataset.table Gets or sets the table name of the Azure SQL Managed Instance dataset. Type: string (or Expression with resultType string).Published Date : Thursday, September 20, 2018
SqlServerSink Constructor (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlserversink.-ctor Initializes a new instance of the SqlServerSink class.Published Date : Thursday, September 20, 2018
AzureSqlDWLinkedService.ServicePrincipalKey Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azuresqldwlinkedservice.serviceprincipalkey Gets or sets the key of the service principal used to authenticate against Azure SQL Data Warehouse.Published Date : Thursday, September 20, 2018
FalseFilter.Validate Method (Microsoft.ServiceBus.Messaging) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.falsefilter.validate Validates the SQL expression.Published Date : Thursday, September 20, 2018
HDInsightLinkedService.HcatalogLinkedServiceName Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.hdinsightlinkedservice.hcataloglinkedservicename Gets or sets a reference to the Azure SQL linked service that points to the HCatalog database.Published Date : Thursday, September 20, 2018
CosmosDbSqlApiSource Constructor (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.cosmosdbsqlapisource.-ctor Initializes a new instance of the CosmosDbSqlApiSource class.Published Date : Thursday, September 20, 2018
DocumentClient.CreateUserDefinedFunctionQuery Method (Microsoft.Azure.Documents.Client) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.documentclient.createuserdefinedfunctionquery Extension method to create a query for user-defined functions in the Azure Cosmos DB service.Published Date : Thursday, September 20, 2018
MongoDbCursorMethodsProperties Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.mongodbcursormethodsproperties Cursor methods for Mongodb queryPublished Date : Thursday, September 20, 2018
Conflicts.GetConflictQueryIterator Method (Microsoft.Azure.Cosmos) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.conflicts.getconflictqueryiterator Obtains an iterator to go through the ConflictProperties on an Azure Cosmos container.Published Date : Thursday, September 20, 2018
CosmosScripts.GetTriggerQueryStreamIterator Method (Azure.Cosmos.Scripts) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.cosmos.scripts.cosmosscripts.gettriggerquerystreamiterator This method creates a query for triggers under a container using a SQL statement. It returns a FeedIterator. For more information on preparing SQL statements with parameterized values, please see QueryDefinition overload.Published Date : Thursday, September 20, 2018
IResource Interface (Microsoft.Rest.Azure) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.rest.azure.iresource Learn more about the Microsoft.Rest.Azure.IResource in the Microsoft.Rest.Azure namespace.Published Date : Thursday, September 20, 2018
SqlSink.StoredProcedureParameters Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlsink.storedprocedureparameters Gets or sets SQL stored procedure parameters.Published Date : Thursday, September 20, 2018
SqlMISink.StoredProcedureParameters Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlmisink.storedprocedureparameters Gets or sets SQL stored procedure parameters.Published Date : Thursday, September 20, 2018
IDocumentClient Interface (Microsoft.Azure.Documents) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.idocumentclient The IDocumentClient interface captures the API signatures of the Azure Cosmos DB service .NET SDK. See DocumentClient for implementation details.Published Date : Thursday, September 20, 2018
SqlSource.PartitionSettings Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.sqlsource.partitionsettings Gets or sets the settings that will be leveraged for Sql source partitioning.Published Date : Thursday, September 20, 2018
AzureBlobStorageLinkedService.ServicePrincipalId Property (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.azureblobstoragelinkedservice.serviceprincipalid Gets or sets the ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or Expression with resultType string).Published Date : Thursday, September 20, 2018
SqlResourcesDeleteSqlDatabaseOperation Class (Azure.ResourceManager.CosmosDB) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/azure.resourcemanager.cosmosdb.sqlresourcesdeletesqldatabaseoperation Deletes an existing Azure Cosmos DB SQL database.Published Date : Thursday, September 20, 2018
MongoDbSource Class (Microsoft.Azure.Management.DataFactory.Models) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.datafactory.models.mongodbsource A copy activity source for a MongoDB database.Published Date : Thursday, September 20, 2018
SqlRuleAction Class (Microsoft.ServiceBus.Messaging) - Azure for .NET Developers
https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.sqlruleaction Represents set of actions written in SQL language-based syntax that is performed against a BrokeredMessage.Published Date : Thursday, September 20, 2018